Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddFraction Method / AddFraction(String,String,Nullable<OMathFractionType>) Method
The structure numerator element text.
The structure denominator element text.
The fraction type.

In This Topic
    AddFraction(String,String,Nullable<OMathFractionType>) Method
    In This Topic
    Adds a new OMathFraction to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddFraction( _
       ByVal numeratorText As System.String, _
       ByVal denominatorText As System.String, _
       ByVal fractionType As System.Nullable(Of OMathFractionType) _
    ) As OMathFraction
    public OMathFraction AddFraction( 
       System.string numeratorText,
       System.string denominatorText,
       System.Nullable<OMathFractionType> fractionType
    )

    Parameters

    numeratorText
    The structure numerator element text.
    denominatorText
    The structure denominator element text.
    fractionType
    The fraction type.

    Return Value

    The added OMathFraction instance.
    See Also